home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 60.zip / BS1 part 60 / Cnet 2.60 d1.adf / xscripts / xlha2lha < prev    next >
AmigaDOS Script File  |  1993-02-10  |  333b  |  12 lines

  1. .KEY NEWN,PATHF,FN
  2. .BRA {
  3. .KET }
  4. ;lower task pri to not take over system.
  5. changetaskpri -1
  6. ; delete any items in archives starting with zz, or ending in foo
  7. ; or ending with displayme-----Be careful what you delete!
  8. ;
  9. lha -m -n -q d "{PATHF}" ZZ#? #?foo #?displayme
  10. ; now add in my text
  11. lha -m -n -q -2 a "{PATHF}" s:MyBBS.Displayme
  12.